CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image quantization

搜索资源列表

  1. Image-Compression

    0下载:
  2. 一种基于矢量量化快速编码的图像压缩方法 -A Fast Vector Quantization Encoding Method for Image Compression
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:501118
    • 提供者:张亚
  1. VQ

    0下载:
  2. this function perform vector quantization on the image by using matlab program -this function perform vector quantization on the image by using matlab program ..
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3573
    • 提供者:mujeeb
  1. quantize

    0下载:
  2. 量化算法是数字水印技术嵌入算法的重要组成部分。通过修改数字图像的低频系数将所需嵌入的水印信息嵌入到载体图像中-Quantization Watermarking embedding algorithm is an important part. Digital image by modifying the frequency coefficients will be required to embed the watermark information is embedded into the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:767
    • 提供者:舒旭
  1. Quantization-of-the-lena-picture

    0下载:
  2. lena图像的量化,包括简单量化,以及利用lloydmax进行量化,运行通过!-lena image quantification, including simple to quantify, and the use of lloydmax quantified, run through!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:299723
    • 提供者:张超
  1. Digital-image-processing

    0下载:
  2. 数字图象处理基础 主要内容 2.1 图像感知与获取 2.2 图像取样与量化 2.3 数字图像类型 2.4 像素间的一些基本关系 -Digital image processing is based primarily on perception and image content 2.1 2.2 image for digital image sampling and quantization type 2.4 2.3 some of the basic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:874442
    • 提供者:Leslie
  1. pso-image-vq

    0下载:
  2. 提出一种基于粒子群优化算法的图像矢量量化码书设计算法. 该算法引入粒子群的全局搜索策略 , 结合矢量量化码书设计方法 , 增加了算法解的随机性和多样性.-Proposed based on particle swarm optimization algorithm for image vector quantization codebook design algorithm. The introduction of particle swarm algorithm global search s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:289530
    • 提供者:小潘
  1. jxf_BMP_0612

    0下载:
  2. 解析并显示位图文件,颜色空间的转换,显示RGB/YUV文件,图像的量化和采样 -Analytical and display a bitmap image file, color space transformation of the display RGB/YUV files, image quantization and sampling
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6411478
    • 提供者:侯方
  1. image_quantization

    0下载:
  2. image quantization for various bit levels
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:60443
    • 提供者:shahid
  1. Image-Compression

    0下载:
  2. 图像压缩实验,实现基本JPEG的压缩和编码的三个步骤,DCT变换去除数据冗余,DCT系数进行量化,对量化后的系数进行Huffman编码-Image compression experiments, the three steps of the basic JPEG compression and encoding, DCT transform to remove data redundancy, and the DCT coefficient quantization, Huffman codi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:6039
    • 提供者:茗汀
  1. Vector-quantization

    1下载:
  2. 采用自组织映射算法(SOM)设计码书,达到全局最优,同时采用组合码字和图像块动态划分等优化算法,最终实现的码书性能比LBG算法有很大提高。这是中科大视频技术的final project,附有最终版的report和presention。-Using self-organizing map algorithm (SOM) designed codebook, the global optimum, while using a combination code word and image block
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2068578
    • 提供者:刘星宇
  1. Color-image-compresion-dct-transform

    0下载:
  2. CODE FOR COLOR IMAGE COMPRESSION USING QUANTIZATION ALORITHM. VECTOR QUANTIZATION.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:477379
    • 提供者:chandu
  1. PCNN-quantization-revision

    0下载:
  2. PCNN量化,利用人眼视觉特性对图像进行量化,保持细节信息。-PCNN quantified using the human visual system to quantify the image, keeping details.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:683
    • 提供者:zzl
  1. PCNN

    0下载:
  2. 基于PCNN(脉冲耦合神经网络)的图像量化算法-Image quantization algorithm based on PCNN
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:611
    • 提供者:patty
  1. Image-compression

    0下载:
  2. 通过DCT变换,大致掌握了量化压缩编码的基本原理、算法,并通过编程给予了实现,了解到压缩性能及其重建效果的影响、作用。-By DCT transform, generally mastered the basic principle, algorithm quantization coding and compression, and gives the realization by programming, to understand the influences, compression p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:204039
    • 提供者:张楠
  1. Vector-quantization

    0下载:
  2. 矢量量化的方法实现图像压缩,并将重建图像与原图像做出对比,非常详细-The vector quantization method of image compression, and the reconstructed image and the original image to make a comparison, very detailed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:206024
    • 提供者:汪小
  1. 15--Image-Classification

    0下载:
  2. Image classification by using vector quantization algorithm
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-11
    • 文件大小:2227381
    • 提供者:mohammed
  1. Quantization-Vector

    0下载:
  2. Image classification by using vector quantization algorithm
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-03
    • 文件大小:540893
    • 提供者:mohammed
  1. 40-76-1-SM

    0下载:
  2. A color image quantization algorithm based on Particle Swarm Optimization (PSO) is developed in this
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:179889
    • 提供者:adnan ali
  1. the-codebook-design-of-image-vector-quantization-

    0下载:
  2. The Codebook Design of Image Vector Quantization Based on the Firefly Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:267681
    • 提供者:adnan ali
  1. 1-Quntization-P-Resampling

    0下载:
  2. Image Quantization and Resampling
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:161555
    • 提供者:mohammed
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com